id/email | |
password | |
forgot password | create account |
A slice is inclusive of the starting index and exclusive of the ending index.
Function Call | Return Value | |||
---|---|---|---|---|
slice("Car") | → | |||
slice("Truck") | → | |||
slice("556843") | → | |||
slice("Elephant") | → | |||
slice("Roses") | → |
Experiment with this code on Gitpod.io